From: Daniel Pfeiffer Date: Thu, 1 Apr 2004 10:46:37 +0000 (+0000) Subject: message deletion note added to M-x compile X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23399 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6386a7105b6822a7a869f14c75d97ffccc19a72e;p=emacs.git message deletion note added to M-x compile --- diff --git a/etc/NEWS b/etc/NEWS index c04c52155c3..e6e6e9b5d77 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -95,6 +95,10 @@ recognized as warnings or informational come in orange or green, instead of red. Informational messages are by default skipped with `next-error' (controlled by `compilation-skip-threshold'). +Location data is collected on the fly as the *compilation* buffer changes. +This means you could modify messages to make them point to different files. +This also means you can not go to locations of messages you may have deleted. + The variable `compilation-error-regexp-alist' has now become customizable. If you had added your own regexps to this, you'll probably need to include a leading `^', otherwise they'll match anywhere on a line. There is now also a